home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_10_06
/
1006083a
< prev
next >
Wrap
Text File
|
1992-04-20
|
129b
|
6 lines
/* an example of a makefile with a recursive dependency */
hello.obj : hello.c proto.h
cc hello.c
proto.h : hello.obj